+ostree (2019.3-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+ - Refresh patch series
+
+ -- Simon McVittie <smcv@debian.org> Fri, 23 Aug 2019 08:38:47 +0100
+
ostree (2019.2-2) unstable; urgency=medium
* Upload to unstable
1 file changed, 4 insertions(+)
diff --git a/tests/test-pull-repeated.sh b/tests/test-pull-repeated.sh
-index a2707d6..33b9d37 100755
+index 237a863..c646c13 100755
--- a/tests/test-pull-repeated.sh
+++ b/tests/test-pull-repeated.sh
@@ -23,6 +23,10 @@ set -euo pipefail
+ skip "Non-deterministic test will fail if we are unlucky"
+fi
+
- echo "1..4"
-
- COMMIT_SIGN="--gpg-homedir=${TEST_GPG_KEYHOME} --gpg-sign=${TEST_GPG_KEYID_1}"
+ COMMIT_SIGN=""
+ if has_gpgme; then
+ COMMIT_SIGN="--gpg-homedir=${TEST_GPG_KEYHOME} --gpg-sign=${TEST_GPG_KEYID_1}"